csr_to_msr Function

public pure function csr_to_msr(a) result(rst)

Converts a CSR matrix to an MSR matrix.

Arguments

Type IntentOptional Attributes Name
class(csr_matrix), intent(in) :: a

The CSR matrix to convert.

Return Value type(msr_matrix)

The MSR matrix.